type sync.rlocker
4 uses
sync (current package)
rwmutex.go#L217: return (*rlocker)(rw)
rwmutex.go#L220: type rlocker RWMutex
rwmutex.go#L222: func (r *rlocker) Lock() { (*RWMutex)(r).RLock() }
rwmutex.go#L223: func (r *rlocker) Unlock() { (*RWMutex)(r).RUnlock() }
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)